Vcenter Hvc Links CreateSpec
The Vcenter Hvc Links CreateSpec schema is the specification used for the hybrid link creation.
This schema was added in vSphere API 8.0.1.0.
{
"psc_hostname": "string",
"port": "string",
"domain_name": "string",
"username": "string",
"password": "string",
"ssl_thumbprint": "string",
"ssl_certificate": "string",
"admin_groups": [
"string"
]
}
The PSC hostname for the domain to be linked.
This property was added in vSphere API 8.0.1.0.
The HTTPS port of the PSC to be linked.
This property was added in vSphere API 8.0.1.0.
If missing or null
443 will be used as default.
The domain to which the PSC belongs.
This property was added in vSphere API 8.0.1.0.
The administrator username of the PSC.
This property was added in vSphere API 8.0.1.0.
The administrator password of the PSC.
This property was added in vSphere API 8.0.1.0.
This property is deprecated as of vSphere API 9.0.0.0. this property is deprecated please use sslCertificate instead.
The ssl thumbprint of the server.
This property was added in vSphere API 8.0.1.0.
if missing or null
no thumbprint is passed.
The full SSL certificate of the target node encoded as PEM string.
This property was added in vSphere API 9.0.0.0.
if missing or null
no certificate is passed.
List of groups to be added to enable administrator access to.
This property was added in vSphere API 8.0.1.0.
if missing or null
administrator access will not be set.